IDiscordActivityManager

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Functions

acceptInvite
void acceptInvite(DiscordUserId userId, void function(DiscordResult) callback)
Undocumented in source. Be warned that the author may not have intended to support it.
clearActivity
void clearActivity(void function(DiscordResult) callback)
Undocumented in source. Be warned that the author may not have intended to support it.
registerCommand
DiscordResult registerCommand(const(char)* command)
Undocumented in source. Be warned that the author may not have intended to support it.
registerSteam
DiscordResult registerSteam(uint steamId)
Undocumented in source. Be warned that the author may not have intended to support it.
sendInvite
void sendInvite(DiscordUserId userId, DiscordActivityActionType actionType, const(char)* content, void function(DiscordResult) callback)
Undocumented in source. Be warned that the author may not have intended to support it.
sendRequestReply
void sendRequestReply(DiscordUserId userId, DiscordActivityJoinRequestReply reply, void function(DiscordResult) callback)
Undocumented in source. Be warned that the author may not have intended to support it.
updateActivity
void updateActivity(DiscordActivity* activity, void function(DiscordResult) callback)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta